home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / program / adalarm.zip / ADALARM.HIS < prev    next >
Text File  |  1996-05-15  |  1KB  |  34 lines

  1.                           TAdrockAlarmList History File.
  2.                           ==============================
  3.  
  4.  3-Oct-95 V1.00 - Released to CompuServe, included Help File, KWF File for
  5.                   Delphi, AdAlarm.DCU, AdAlarm.DCR
  6.                
  7. 10-Nov-95 V1.10 - Added new property Version. You can not determine the internal version 
  8.            of the control.
  9.  
  10.           Added new method for setting an alarm using an exact time by using 
  11.           a TDateTime variable instead of the string. You can not use wildcards
  12.           with this method.  The method is called 
  13.             AddExtact(AlarmTime:TDateTime, Ref: String);
  14.  
  15.           Added new event OnSecondChange - This event gets triggered
  16.           every second. Saves using too many timers.
  17.  
  18.           Added new property Interval to set the interval between calls to the 
  19.            routines that do the checking for alarms. Defaults to 1000 (1 Second)
  20.               but this mighgt not be ofton enough for some people. For intervals below
  21.           1000 the alarms will only trigger once per second still. 
  22.             No double triggering will occur.
  23.  
  24.           Fixed a bug in the OnNewDate event calling routine..
  25.  
  26.  7-Dec-95 V1.20 - Correct problem with wildcard selection on certain times.
  27.  
  28.  
  29.  7-May-96 V2.00 - No change to 16 bit version, 32 bit version now uses a thread to execute 
  30.           instead of the timer.
  31.  
  32. 15-May-96 V2.10 - 32Bit now has a thread priority property.
  33.  
  34.